home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
tools
/
lu62
/
include
/
rcballoc.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-10
|
286 b
|
10 lines
struct rcballoc {
/* This structure is RCB_ALLOCATE record.
* The RM sends it to the "allocate" procedure
* in reply on the ALLOCATE_RCB record.
*/
int rc; /* possible values : OK, UNSUCCESSFUL,
* SYNC_LEVEL_NOT_SUPPORTED
*/
struct rcb *rcb_ptr; };